home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 8: LINUX Games / Linux Cubed Series 8 - LINUX Games.iso / games / actionrp / nhplusx.bin / nhplusx / nhplusX / install.linux < prev    next >
Text File  |  1995-09-25  |  2KB  |  47 lines

  1. Here is a complied version of nhplus for linux.
  2. This is the X11 version.
  3. It was compiled with no water-weirds (no black market) and the monk bug
  4. fixed (hopefully). I don't know if no water-weirds means now that there is
  5. no WoW there, also. Try and see ;)
  6. To install copy all the files in the directory nhplus 
  7. to the directory /usr/local/games/nhplus
  8. cp -r nhplus /usr/local/games
  9. install the font somewhere X can find them. (I have them in
  10. /usr/lib/X11/fonts/misc)
  11. so :
  12. cp X11/nh10.pcf /usr/X11/lib/fonts/misc
  13. mkfontdir /usr/X11/lib/fonts/misc
  14. xset fp rehash
  15.  
  16. Then read the rdb for nethack
  17. xrdb -override X11/NetHack.ad
  18.  
  19. I included also a sample .nethackrc . Don't use a tombestone, it sigfaults
  20. for some reason (But causes no other damage).
  21. cp nhplus/.nethackrc ~/
  22.  
  23. I have nhplus suided, so it has write permission to /usr/local/games/nhplus.
  24. This by having that belong to games.bin, and then
  25. chown games.bin /usr/local/games/nhplus
  26. chown games.bin /usr/local/games/nhplus/nhplus
  27. chmod a+s /usr/local/games/nhplus/nhplus
  28. There probably is a better way to do it.
  29.  
  30. put it in a place it can be executed
  31. ln -s /usr/local/games/nhplus/nhplus /usr/locat/bin/nhplus
  32.  
  33. play!
  34. rehash
  35. nhplus
  36.  
  37. I didn't write nhplus, I just compiled it for linux.  Stephen White wrote
  38. nhplus. Thank you Stephen for this wonderous version!
  39. Look at the various *.txt files. If someone is interested in the
  40. chages I made to compile for linux, just drop me a line. I'll email the
  41. changes. (Just makefile changes, mostly)
  42.  
  43.  
  44.      have fun,
  45.      Michael Lachmann
  46.      dirk@charles.stanford.edu
  47.